rust: Bump sys crate version too
authorColin Walters <walters@verbum.org>
Tue, 22 Jul 2025 14:48:28 +0000 (10:48 -0400)
committerColin Walters <walters@verbum.org>
Tue, 22 Jul 2025 14:48:28 +0000 (10:48 -0400)
Should have happened in the other PR.

Cargo.toml
rust-bindings/sys/Cargo.toml

index d2581434666a0d408fe0b7fe6b34ec977d62830d..30c4adde2658411672fa98205f1706e2a8cf78d0 100644 (file)
@@ -36,7 +36,7 @@ members = [".", "rust-bindings/sys"]
 [dependencies]
 base64 = "0.20.0"
 bitflags = "1.2.1"
-ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.1" }
+ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.3" }
 gio = "0.20"
 glib = "0.20"
 hex = "0.4.2"
index 2aba0faba958a0b13e89ae5a6b59b4a2050918ad..2eb478c75ceb5a4f85d7d8894010fcc916e334de 100644 (file)
@@ -87,7 +87,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.15.2"
+version = "0.15.3"
 edition = "2021"
 
 [package.metadata.docs.rs]